-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.3.1 #80
Release 0.3.1 #80
Conversation
dcb0b2b
to
c0bdd37
Compare
c0bdd37
to
4edf688
Compare
------------------------------------------------------------------------------- | ||
|
||
-- | Launch a standlone process i.e. the process does not have a way to attach |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
standlone -> standalone
(Config -> Config) | ||
-> FilePath -- ^ Executable name or path | ||
-> [String] -- ^ Arguments | ||
-> IO ExitCode | ||
interactive modCfg path args = | ||
foreground modCfg path args = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can possibly use standalone
to implement this.
-- process to finish. | ||
-- | ||
-- The 'ProcessHandle' returned can be used to terminate the daemon or send | ||
-- signals to it. | ||
-- | ||
{-# INLINE daemon #-} | ||
daemon :: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can possibly use standalone
to implement this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
No description provided.